-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instancetype: Add basic expand-spec docs #779
base: main
Are you sure you want to change the base?
Conversation
867e994
to
f1caa0b
Compare
f1caa0b
to
4e5e79a
Compare
@aburdenthehand would you mind taking another look at this when you have time? |
/lgtm |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Pull requests that are marked with After that period the bot marks them with the label /label needs-approver-review |
@kubevirt-bot: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: phoracek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Adds missing expand-spec documentation for both the subresource API and virtctl command. Signed-off-by: Lee Yarwood <[email protected]>
4e5e79a
to
2c1235f
Compare
New changes are detected. LGTM label has been removed. |
@@ -359,6 +359,208 @@ $ kubectl get vmi/vm-cirros-csmall -o json | jq .spec.domain.cpu | |||
} | |||
``` | |||
|
|||
## expand-spec | |||
|
|||
The VM `expand-spec` subresource API and `virtctl expand` subcommand allow users to view an existing or yet-to-be defined VM with any referenced instance types or preferences expanded within the core spec of the VM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add an example how to expand a yet-to-be defined VM too?
What this PR does / why we need it:
Adds missing expand-spec documentation for both the subresource API and virtctl command.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note: